home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Format 1995 June
/
MacFormat 25.iso
/
Shareware City
/
Developers
/
OutOfPhase1.1 Source
/
OutOfPhase Folder
/
WaveTableSizeDialog.h
< prev
next >
Wrap
Text File
|
1994-03-07
|
456b
|
23 lines
/* WaveTableSizeDialog.h */
#ifndef Included_WaveTableSizeDialog_h
#define Included_WaveTableSizeDialog_h
/* WaveTableSizeDialog module depends on */
/* MiscInfo.h */
/* Audit */
/* Debug */
/* Definitions */
/* RadioButton */
/* Screen */
/* WrapTextBox */
/* Memory */
/* EventLoop */
/* SimpleButton */
/* Menus */
/* ask for a new wave table size. it obeys the power of 2 contraint. */
long AskForNewWaveTableSize(long CurrentSize);
#endif